home *** CD-ROM | disk | FTP | other *** search
/ Clickx 75 / Clickx 75.iso / software / expressionweb / expressionwebv3 / ExpressionWeb_en.exe / Setup / WeConen.cab / xweb.org1.tem.STYLE2.CSS.en < prev    next >
Encoding:
Text File  |  2009-06-09  |  2.4 KB  |  144 lines

  1. ∩╗┐@import url("layout.css");
  2. body {
  3.     font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  4.     font-size: 0.8em;
  5.     background-attachment: scroll;
  6.     background-color: #90b7f1;
  7.     background-image: url("../images/background.gif");
  8.     background-position: top left;
  9.     background-repeat: repeat-x;
  10. }
  11. #container {
  12.     width: 100%;
  13.     margin-top: 57px;
  14.     border-bottom: 2px solid #358;
  15.     background-color: #fff;
  16. }
  17. #masthead {
  18.     width: 670px;
  19.     margin-right: auto;
  20.     margin-left: auto;
  21.     padding-top: 15px;
  22.     padding-bottom: 10px;
  23. }
  24. #navigation {
  25.     width: 670px;
  26.     margin-right: auto;
  27.     margin-left: auto;
  28.     clear: both;
  29.     overflow: hidden;
  30. }
  31. #page_content {
  32.     width: 670px;
  33.     margin-right: auto;
  34.     margin-left: auto;
  35.     overflow: hidden;
  36. }
  37. #content {
  38.     position: relative;
  39.     float: left;
  40.     width: 290px;
  41.     padding-top: 7px;
  42.     text-align: left;
  43. }
  44. #sidebar {
  45.     float: right;
  46.     width: 350px;
  47.     padding-top: 10px;
  48.     padding-bottom: 10px;
  49.     text-align: left;
  50. }
  51. #footer {
  52.     clear: both;
  53.     width: 670px;
  54.     margin-right: auto;
  55.     margin-left: auto;
  56.     padding-bottom: 5px;
  57.     text-align: left;
  58. }
  59. /* Masthead Styles */
  60. #masthead h1 {
  61.     font-weight: normal;
  62.     color: #191970;
  63.     text-transform: uppercase;
  64.     display: inline;
  65. }
  66. #masthead h3 {
  67.     bottom: 0;
  68.     font-weight: normal;
  69.     color: #b22222;
  70.     display: inline;
  71.     margin-top: 15px;
  72.     margin-left: 25px;
  73. }
  74. /* Navigation Styles */
  75. #navigation ul {
  76.     list-style-type: none;
  77.     width: auto;
  78.     margin: 0;
  79.     padding: 0;
  80. }
  81. #navigation li {
  82.     float: left;
  83. }
  84. #navigation a {
  85.     text-decoration: none;
  86.     color: #b22222;
  87.     display: block;
  88.     margin: 0 1px;
  89.     padding: 5px;
  90.     border: 1px solid #708090;
  91.     background-color: #eee8aa;
  92. }
  93. #navigation a:hover {
  94.     text-decoration: none;
  95.     color: #800000;
  96.     background-color: #d0dffa;
  97. }
  98. /* Content Styles */
  99. #content h1,h2,h3,h4,h5,h6 {
  100.     color: #b22222;
  101. }
  102. #content img {
  103.     padding: 5px;
  104.     border: 1px solid #358;
  105. }
  106. /* Sidebar Styles */
  107. #sidebar p {
  108.     color: #222;
  109. }
  110. #sidebar img {
  111.     float: right;
  112.     margin-bottom: 5px;
  113.     margin-left: 5px;
  114. }
  115. /* Footer Styles */
  116. #footer p {
  117.     font-size: 0.85em;
  118.     color: #808080;
  119.     margin-top: 10px;
  120.     margin-bottom: 10px;
  121. }
  122. #footer a {
  123.     color: #47b;
  124.     text-decoration: underline;
  125. }
  126. #footer a:hover {
  127.     color: #237;
  128.     text-decoration: none;
  129. }
  130. /* Link Styles */
  131. a {
  132.     color: #191970;
  133.     text-decoration: underline;
  134. }
  135. a:hover {
  136.     color: #800000;
  137.     text-decoration: underline;
  138. }
  139. .style_bold {
  140.     font-weight: bold;
  141. }
  142. .style_italic {
  143.     font-style: italic;
  144. }